home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TTEXTSESSIONCOMPARISONFRAME / TTEXTSESSIONCOMPARISONFRAME.txt
Text File  |  2008-11-03  |  3KB  |  133 lines

  1. inherited TextSessionComparisonFrame: TTextSessionComparisonFrame
  2.   HelpType = htKeyword
  3.   HelpKeyword = 'Text_Compare_Importance'
  4.   Caption = 'Importance'
  5.   object SigsLbl: TUiLabel
  6.     Left = 8
  7.     Top = 8
  8.     Height = 13
  9.     Caption = 
  10.       'These settings define items that are important to the comparison' +
  11.       '.'
  12.   end
  13.   object ElementSigsGroupBox: TUiGroupBox
  14.     Left = 8
  15.     Top = 24
  16.     Width = 409
  17.     Height = 129
  18.     Caption = 'Grammar elements'
  19.     TabOrder = 0
  20.     object LeftGrammarLbl: TUiLabel
  21.       Left = 216
  22.       Top = 24
  23.       Height = 13
  24.       Caption = '%'
  25.       FocusControl = LeftGrammarEditBtn
  26.     end
  27.     object RightGrammarLbl: TUiLabel
  28.       Left = 216
  29.       Top = 72
  30.       Height = 13
  31.       Caption = '%'
  32.       FocusControl = RightGrammarEditBtn
  33.     end
  34.     object ElementSigsLB: TUiCheckListBox
  35.       Left = 8
  36.       Top = 16
  37.       Width = 193
  38.       Height = 105
  39.       OnClickCheck = SomethingChangedClick
  40.       ItemHeight = 13
  41.       TabOrder = 0
  42.     end
  43.     object LeftGrammarEditBtn: TUiButton
  44.       Left = 216
  45.       Top = 40
  46.       Caption = 'Edit Grammar...'
  47.       TabOrder = 1
  48.       OnClick = GrammarEditClick
  49.       AutoSize = asLeft
  50.     end
  51.     object RightGrammarEditBtn: TUiButton
  52.       Left = 216
  53.       Top = 88
  54.       Caption = 'Edit Grammar...'
  55.       TabOrder = 2
  56.       OnClick = GrammarEditClick
  57.       AutoSize = asLeft
  58.     end
  59.   end
  60.   object DefSigsGroupBox: TUiGroupBox
  61.     Left = 8
  62.     Top = 160
  63.     Width = 409
  64.     Height = 121
  65.     Caption = 'Default text'
  66.     TabOrder = 1
  67.     object LeadWSSigEdit: TUiCheckBox
  68.       Left = 8
  69.       Top = 20
  70.       Height = 17
  71.       Caption = 'Leading whitespace'
  72.       TabOrder = 0
  73.       OnClick = SomethingChangedClick
  74.     end
  75.     object EmbeddedWSSigEdit: TUiCheckBox
  76.       Left = 8
  77.       Top = 40
  78.       Height = 17
  79.       Caption = 'Embedded whitespace'
  80.       TabOrder = 1
  81.       OnClick = SomethingChangedClick
  82.     end
  83.     object TrailWSSigEdit: TUiCheckBox
  84.       Left = 8
  85.       Top = 60
  86.       Height = 17
  87.       Caption = 'Trailing whitespace'
  88.       TabOrder = 2
  89.       OnClick = SomethingChangedClick
  90.     end
  91.     object NonWSSigEdit: TUiCheckBox
  92.       Left = 8
  93.       Top = 80
  94.       Height = 17
  95.       Caption = 'Everything else'
  96.       TabOrder = 3
  97.       OnClick = SomethingChangedClick
  98.     end
  99.     object CaseSigEdit: TUiCheckBox
  100.       Left = 24
  101.       Top = 100
  102.       Height = 17
  103.       Caption = 'Character case'
  104.       TabOrder = 4
  105.       OnClick = SomethingChangedClick
  106.     end
  107.   end
  108.   object MiscGroupBox: TUiGroupBox
  109.     Left = 8
  110.     Top = 288
  111.     Width = 409
  112.     Height = 65
  113.     Caption = 'Miscellaneous'
  114.     TabOrder = 2
  115.     object OrphansAlwaysSigEdit: TUiCheckBox
  116.       Left = 8
  117.       Top = 20
  118.       Height = 17
  119.       Caption = 'Orphan lines are always important'
  120.       TabOrder = 0
  121.       OnClick = SomethingChangedClick
  122.     end
  123.     object CompareEndingsEdit: TUiCheckBox
  124.       Left = 8
  125.       Top = 40
  126.       Height = 17
  127.       Caption = 'Compare line endings (PC/Mac/Unix)'
  128.       TabOrder = 1
  129.       OnClick = SomethingChangedClick
  130.     end
  131.   end
  132. end
  133.